Description:
[Empty Description]
Attributes
default-autowire | no |
default-dependency-check | none |
default-lazy-init | false |
Attributes
abstract | false |
autowire | default |
class | org.apache.commons.dbcp.BasicDataSource |
dependency-check | default |
destroy-method | close |
id | dataSource |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
url |
jdbc:mysql://localhost/potron?useUnicode=true&characterEncoding=utf-8 |
username |
potron |
password |
qjsdur |
driverClassName |
com.mysql.jdbc.Driver |
maxActive |
20 |
maxIdle |
5 |
maxWait |
10000 |
validationQuery |
select sysdate() |
Attributes
abstract | false |
autowire | default |
class | org.springframework.orm.hibernate3.LocalSessionFactoryBean |
dependency-check | default |
id | sessionFactory |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
mappingResources |
org/gnomekr/potron/data/User.hbm.xml org/gnomekr/potron/data/Project.hbm.xml org/gnomekr/potron/data/Translation.hbm.xml org/gnomekr/potron/data/Template.hbm.xml org/gnomekr/potron/data/Entry.hbm.xml org/gnomekr/potron/data/TranslatedEntry.hbm.xml org/gnomekr/potron/data/EntryLog.hbm.xml org/gnomekr/potron/data/LanguageTeam.hbm.xml |
schemaUpdate |
true |
hibernateProperties |
hibernate.dialect = org.hibernate.dialect.MySQLInnoDBDialect hibernate.show_sql = true |
dataSource |
dataSource
|
Attributes
abstract | false |
autowire | default |
class | org.springframework.orm.hibernate3.HibernateInterceptor |
dependency-check | default |
id | hibernateInterceptor |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
sessionFactory |
sessionFactory
|
Attributes
abstract | false |
autowire | default |
class | org.springframework.orm.hibernate3.HibernateTransactionManager |
dependency-check | default |
id | transactionManager |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
sessionFactory |
sessionFactory
|
Attributes
abstract | false |
autowire | default |
class | org.gnomekr.potron.service.UserManager |
dependency-check | default |
id | userManager |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
sessionFactory |
sessionFactory
|
Attributes
abstract | false |
autowire | default |
class | org.gnomekr.potron.service.ProjectManager |
dependency-check | default |
id | projectManager |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
sessionFactory |
sessionFactory
|
Attributes
abstract | false |
autowire | default |
class | org.gnomekr.potron.service.TranslationManager |
dependency-check | default |
id | translationManager |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
sessionFactory |
sessionFactory
|
Attributes
abstract | false |
autowire | default |
class | org.gnomekr.potron.service.StatisticsManager |
dependency-check | default |
id | statisticsManager |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
sessionFactory |
sessionFactory
|
Attributes
abstract | false |
autowire | default |
class | org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource |
dependency-check | default |
id | matchAllWithPropReq |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
transactionAttribute | PROPAGATION_SUPPORTS |
Attributes
abstract | false |
autowire | default |
class | org.springframework.transaction.interceptor.TransactionInterceptor |
dependency-check | default |
id | matchAllTxInterceptor |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
transactionManager |
transactionManager
|
transactionAttributeSource |
matchAllWithPropReq
|
Attributes
abstract | false |
autowire | default |
class | org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator |
dependency-check | default |
id | autoProxyCreator |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
interceptorNames |
|
beanNames |
|
Attributes
abstract | false |
autowire | default |
class | net.sf.acegisecurity.util.FilterChainProxy |
dependency-check | default |
id | filterChainProxy |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
filterInvocationDefinitionSource |
CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON
PATTERN_TYPE_APACHE_ANT
/**=httpSessionContextIntegrationFilter,authenticationProcessingFilter,rememberMeProcessingFilter,anonymousProcessingFilter,securityEnforcementFilter
|
Attributes
abstract | false |
autowire | default |
class | net.sf.acegisecurity.providers.ProviderManager |
dependency-check | default |
id | authenticationManager |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
providers |
daoAuthenticationProvider
anonymousAuthenticationProvider rememberMeAuthenticationProvider |
Attributes
abstract | false |
autowire | default |
class | net.sf.acegisecurity.providers.encoding.Md5PasswordEncoder |
dependency-check | default |
id | passwordEncoder |
lazy-init | default |
singleton | true |
Attributes
abstract | false |
autowire | default |
class | net.sf.acegisecurity.providers.dao.DaoAuthenticationProvider |
dependency-check | default |
id | daoAuthenticationProvider |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
authenticationDao |
userManager
|
userCache |
userCache
|
passwordEncoder |
passwordEncoder
|
Attributes
abstract | false |
autowire | default |
class | org.springframework.cache.ehcache.EhCacheManagerFactoryBean |
dependency-check | default |
id | cacheManager |
lazy-init | default |
singleton | true |
Attributes
abstract | false |
autowire | default |
class | org.springframework.cache.ehcache.EhCacheFactoryBean |
dependency-check | default |
id | userCacheBackend |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
cacheManager |
cacheManager
|
cacheName |
userCache |
Attributes
abstract | false |
autowire | default |
class | net.sf.acegisecurity.providers.dao.cache.EhCacheBasedUserCache |
dependency-check | default |
id | userCache |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
cache |
userCacheBackend
|
Attributes
abstract | false |
autowire | default |
class | net.sf.acegisecurity.providers.dao.event.LoggerListener |
dependency-check | default |
id | loggerListener |
lazy-init | default |
singleton | true |
Attributes
abstract | false |
autowire | default |
class | net.sf.acegisecurity.providers.anonymous.AnonymousProcessingFilter |
dependency-check | default |
id | anonymousProcessingFilter |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
key | annonymous |
userAttribute | anonymousUser,ROLE_ANONYMOUS |
Attributes
abstract | false |
autowire | default |
class | net.sf.acegisecurity.providers.anonymous.AnonymousAuthenticationProvider |
dependency-check | default |
id | anonymousAuthenticationProvider |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
key | annonymous |
Attributes
abstract | false |
autowire | default |
class | net.sf.acegisecurity.context.HttpSessionContextIntegrationFilter |
dependency-check | default |
id | httpSessionContextIntegrationFilter |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
context | net.sf.acegisecurity.context.security.SecureContextImpl |
Attributes
abstract | false |
autowire | default |
class | net.sf.acegisecurity.ui.rememberme.RememberMeProcessingFilter |
dependency-check | default |
id | rememberMeProcessingFilter |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
rememberMeServices |
rememberMeServices
|
Attributes
abstract | false |
autowire | default |
class | net.sf.acegisecurity.ui.rememberme.TokenBasedRememberMeServices |
dependency-check | default |
id | rememberMeServices |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
authenticationDao |
userManager
|
key | potron_secure_key |
Attributes
abstract | false |
autowire | default |
class | net.sf.acegisecurity.providers.rememberme.RememberMeAuthenticationProvider |
dependency-check | default |
id | rememberMeAuthenticationProvider |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
key | potron_secure_key |
Attributes
abstract | false |
autowire | default |
class | net.sf.acegisecurity.intercept.web.SecurityEnforcementFilter |
dependency-check | default |
id | securityEnforcementFilter |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
filterSecurityInterceptor |
filterInvocationInterceptor
|
authenticationEntryPoint |
authenticationProcessingFilterEntryPoint
|
Attributes
abstract | false |
autowire | default |
class | net.sf.acegisecurity.ui.webapp.AuthenticationProcessingFilter |
dependency-check | default |
id | authenticationProcessingFilter |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
authenticationManager |
authenticationManager
|
authenticationFailureUrl | /login.jsf?login_error=1 |
defaultTargetUrl | /home.jsf |
alwaysUseDefaultTargetUrl | true |
filterProcessesUrl | /j_acegi_security_check |
rememberMeServices |
rememberMeServices
|
Attributes
abstract | false |
autowire | default |
class | net.sf.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint |
dependency-check | default |
id | authenticationProcessingFilterEntryPoint |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
loginFormUrl | /login.jsf |
forceHttps | false |
Attributes
abstract | false |
autowire | default |
class | net.sf.acegisecurity.vote.AffirmativeBased |
dependency-check | default |
id | httpRequestAccessDecisionManager |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
allowIfAllAbstainDecisions | false |
decisionVoters |
roleVoter
|
Attributes
abstract | false |
autowire | default |
class | net.sf.acegisecurity.intercept.web.FilterSecurityInterceptor |
dependency-check | default |
id | filterInvocationInterceptor |
lazy-init | default |
singleton | true |
Dependencies, properties and method injection:
authenticationManager |
authenticationManager
|
accessDecisionManager |
httpRequestAccessDecisionManager
|
objectDefinitionSource |
CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON
PATTERN_TYPE_APACHE_ANT
/=ROLE_ANONYMOUS,ROLE_USER,ROLE_ADMIN
/index.*=ROLE_ANONYMOUS,ROLE_USER,ROLE_ADMIN
/home.*=ROLE_ANONYMOUS,ROLE_USER,ROLE_ADMIN
/faces/**=ROLE_ANONYMOUS,ROLE_USER,ROLE_ADMIN
/cewolf**=ROLE_ANONYMOUS,ROLE_USER,ROLE_ADMIN
/user/**=ROLE_USER,ROLE_ADMIN
/jscookmenu/**=ROLE_ANONYMOUS,ROLE_USER,ROLE_ADMIN
/register.*=ROLE_ANONYMOUS,ROLE_USER,ROLE_ADMIN
/images/**=ROLE_ANONYMOUS,ROLE_USER,ROLE_ADMIN
/styles/**=ROLE_ANONYMOUS,ROLE_USER,ROLE_ADMIN
/scripts/**=ROLE_ANONYMOUS,ROLE_USER,ROLE_ADMIN
/logout.*=ROLE_ANONYMOUS,ROLE_USER,ROLE_ADMIN
/login.*=ROLE_ANONYMOUS,ROLE_USER,ROLE_ADMIN
/admin/**=ROLE_ADMIN
/**=ROLE_USER
|
Attributes
abstract | false |
autowire | default |
class | net.sf.acegisecurity.vote.RoleVoter |
dependency-check | default |
id | roleVoter |
lazy-init | default |
singleton | true |